text/template/parse.Tree.stackDepth (field)

5 uses

	text/template/parse (current package)
		parse.go#L35: 	stackDepth int // depth of nested parenthesized expressions
		parse.go#L238: 	t.stackDepth = 0
		parse.go#L803: 		if t.stackDepth >= maxStackDepth {
		parse.go#L806: 		t.stackDepth++
		parse.go#L807: 		defer func() { t.stackDepth-- }()